home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p17-20 / 00492_Script_492 < prev    next >
Text File  |  1994-06-21  |  348b  |  21 lines

  1. -- P20S12 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 12
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,0)
  9.   
  10.   global theGauge
  11.   mSetLevel(theGauge, Step)
  12.   
  13.   global LastQT
  14.   set LastQT = "P20S12"
  15.   cursor 4
  16.   preLoadCast the number of cast LastQT  
  17.   
  18.   setUpFastFwd()
  19.   cursor -1
  20. end
  21.